CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Image List

搜索资源列表

  1. Get_Picture_text_listview

    0下载:
  2. 通过句柄获取文本框,列表框文字内容以及相关控件的图像(Gets the text box, list box, text content, and the image of the associated control through the handle)
  3. 所属分类:.net编程

    • 发布日期:2017-12-28
    • 文件大小:294912
    • 提供者:徐老师
  1. ELEC - 722 DIP

    0下载:
  2. The aims to give the students the fundamentals of digital image processing, covering topics from the following list: image models and physical imaging systems; visual perception; rendering systems; linear filtering; linear transforms; mathematical
  3. 所属分类:DSP编程

    • 发布日期:2017-12-30
    • 文件大小:31744
    • 提供者:Khan17
  1. pic

    0下载:
  2. 给定一个人名列表(excel),一个背景图片,一个tff字体库文件,可以通过程序,将名字设置在指定的位置,文字位置需要编程人员手动调整,也可以生成pdf文件,程序只是生成到指定图片,暂时没有写到pdf(内有写到pdf的代码)。生成的字体没有ps人员画得100%清晰,手机放大看没有问题,电脑成倍放大看只有80%清晰,但是没有找到更好的办法。希望和大家分享。(Given a list of personal (Excel), a background image, a TFF font librar
  3. 所属分类:Java编程

    • 发布日期:2017-12-30
    • 文件大小:5709824
    • 提供者:易苏
  1. photoviewer

    0下载:
  2. 简单的浏览图片,用QT实现,初学者代码(Very good code, translated from: http://www.cnblogs.com/craigtao/p/6640470.html When working on a project, record some small function modules. This is a module that needs to be written when developing video platform (local image
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:小辉12
  1. Edge-Detection

    0下载:
  2. An Augmented Reality app that demonstrates basic computer vision concepts such as greyscaling, thresholding, edge detection, homography, corner detection...its a long list. It paints a 3D image on any detected markers. Here is a crude video that
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:7094272
    • 提供者:穿山甲说
  1. pca

    0下载:
  2. 在许多领域的研究与应用中,往往需要对反映事物的多个变量进行大量的观测,收集大量数据以便进行分析寻找规律。多变量大样本无疑会为研究和应用提供了丰富的信息,但也在一定程度上增加了数据采集的工作量,更重要的是在多数情况下,许多变量之间可能存在相关性,从而增加了问题分析的复杂性,同时对分析带来不便。如果分别对每个指标进行分析,分析往往是孤立的,而不是综合的。盲目减少指标会损失很多信息,容易产生错误的结论。 因此需要找到一个合理的方法,在减少需要分析的指标同时,尽量减少原指标包含信息的损失,
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:Steven Cham
  1. tesseract-ocr-setup-4.00.00dev

    0下载:
  2. This package contains an OCR engine - libtesseract and a command line program - tesseract. The lead developer is Ray Smith. The maintainer is Zdenko Podobny. For a list of contributors see AUTHORS and GitHub's log of contributors. Tesseract has
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-19
    • 文件大小:42390528
    • 提供者:独孤闻林
  1. ProcessExplorer

    0下载:
  2. Process Explorer is an advanced process management utility that picks up where Task Manager leaves off. It will show you detailed information about a process including its icon, command-line, full image path, memory statistics, user account, security
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:884736
    • 提供者:d3nz1g
  1. 条码识别

    0下载:
  2. Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-29
    • 文件大小:2695168
    • 提供者:jackwang1211
  1. create_pet_tf_record_quiz8

    0下载:
  2. 该代码将xml文件中的图片尺寸信息和物体位置信息统一进行处理,物体位置会转换成0~1之间的比例,物体名字会根据label_map转换成一个数字列表,结果会存入tfrecord中。(The code will process the image size information and object location information in the XML file uniformly, and the position of the object will be converted to
  3. 所属分类:人工智能/神经网络/深度学习

  1. newsread

    0下载:
  2. A news reading App framework, the highlight of the project: MVP mode: decoupling model and view layer, contract class management MVP, at a glance, realize vertical decoupling, base class perfect encapsulation, avoid frequent new objects. RxJava: in
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:11192320
    • 提供者:lularfly
  1. TinyPNG客户Duan

    0下载:
  2. 做这个的原因:TinyPNG这个网站大家应该都知道,是一个在线压缩图片的,而且压缩比很高,图片质量也很好,我用过很多压缩工具,对比下来还是这个网站最屌,可是这个网站有时候打开很卡,加载都要等半天,主要是它的CSS、JS文件放在CDN导致的问题,写成软件直接POST上传就可以解决了。 源码介绍: 1.使用精易模块与论坛上开源的 winhttp api模块 2.多线程进度上传、进度下载 3.多文件拖放 (精易模块) 4.解析返回的信息使用json 可供学习的几点: 1.EXUI图标
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:976896
    • 提供者:heroaaa123
  1. VsFlexgrid工程

    2下载:
  2. VSFlexGrid Pro 7.0 是一功能强大的数据表格控件,高速、紧凑、灵活、轻便、无须依赖任何应用工具,支持数据化格式选项,能将表格列连接到图象列和墙纸属性上以提高应用工具的实现程度。如果应用工具无须数据库的支持,如果你的应用程序不需要数据库的支持,那么使用VSFlexGrid Pro新的非绑定版本可以使应用程序的尺寸最小,而且发布应用程序时也不需要发布相应的ADO动态链接库。 VSFlexGrid Pro 7.0可代替任何简单的列表框,浏览器,记事本等等,所以说它不仅仅只是一个表格控件
  3. 所属分类:TreeView控件

    • 发布日期:2019-05-14
    • 文件大小:1405952
    • 提供者:陶哥哥
  1. utf8''Traffic-sign-recognition

    2下载:
  2. 项目基于Tensorflow进行实现。 #### 文件说明: --- * input_data.py: 图片的输入 * traffic_sign_cnn.py: 用cnn进行训练分类 * testDemo.py: 用于测试已经训练出来的模型,输入单个图片输出结果,并分类到文件夹 #### 数据集说明: --- * 这里是列表文本使用的是比利时的交通标志数据集,可以网上自己找,里面有62个分类。 #### 网络说明: --- *
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-06-17
    • 文件大小:430080
    • 提供者:lionkiss
  1. C#图像同名像点提取

    2下载:
  2. 使用基于相关系数的影像匹配测度算法,从两幅数字影像中自动匹配50个以上的同名像点。使用窗体界面、控件编程;在设计的界面窗口中显示两幅图像、在图像中显示所匹配出的同名像点 (+),并列表显示各个同名像点的像素坐标。(Using image matching measure algorithm based on correlation coefficient, more than 50 homonymous points are automatically matched from two digi
  3. 所属分类:C#编程

    • 发布日期:2020-09-20
    • 文件大小:334848
    • 提供者:小怪兽zz
  1. 常用ENVI功能扩展工具

    6下载:
  2. airbus_catalog_query-影像数据查询工具 ENVI_Menu_Finder ENVI批处理与代码生成器 EO-1 ALI Calibration EPOC.1242 Frame_Subset_via_Shapefile Google Earth Super-Overlay Tool (GEST) hyperion_tools Landsat8LST-地表温度反演 LIST.TXT MODIS MCD12Q1数据批处理工具 modis_conversion_toolkit NND
  3. 所属分类:其他行业

    • 发布日期:2020-01-28
    • 文件大小:26703872
    • 提供者:you123y
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com